@charset "utf-8";
@font-face {
    src: url("../font-awesome/fonts/fontMi.ttf");
    font-family: "fontMi";
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
}

video {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-button-next1,
.swiper-button-prev1 {
    outline: none;
}

body * {
    box-sizing: border-box;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 400;
    /* font-family: Microsoft YaHei; */
}

video {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

::-webkit-scrollbar {
    width: 0;
}


/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
    margin: 0;
    padding: 0;
}

p,
li,
div {
    /* 
	line-height: 20px;*/
}


/* 标题样式 */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}


/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}


/* 图片样式 */

img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}


/* 链接样式 */

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.head_pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.top_1 {
    background-color: #F1F1F1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 35px;
    line-height: 35px;
    color: #747474;
    font-size: 13px;
}

.top_1_right {
    display: flex;
    align-items: center;
}

.top1_r_one {
    display: flex;
    align-items: center;
    margin-left: 18px;
    color: #747474;
}

.te_red {
    color: #DF0615;
}

.top1_r_one img {
    margin-right: 3px;
}

.top1_r_one:first-child {
    margin-left: 0;
}

.top_2_right {
    /* min-width: 60%; */
    min-width: 58.5%;
}

.top_2 {
    height: 81px;
    line-height: 81px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top2_list {
    display: flex;
    justify-content: space-between;
}

.top2_list_li {
    font-size: 18px;
    min-width: 7%;
    text-align: center;
    /* position: relative; */
}

.top2_list_li:last-child {
    margin-right: 0;
}

.top2_list_li:hover>a,
.active_h_li>a {
    color: #DF0615 !important;
    /* border-bottom: 1px solid; */
}

.top2_list_li:hover .h_line,
.active_h_li .h_line {
    opacity: 1;
}


/* .top2_list_li:hover .intro {
    display: flex;
    height: 349px;
    transition: height ease-in 0.2s;
} */

.h_line {
    opacity: 0;
    width: 100%;
    height: 3px;
    /* min-width: 54px; */
    /* height: 3px; */
    background-color: #DF0615;
}

.intro {
    top: 116px;
    height: 349px;
    /* height: 0;
    transition: height ease-out 0.2s; */
    /* transition: height 0.2s ease 0s, transform 0.4s ease 0s; */
    display: none;
    width: 100%;
    position: absolute;
    justify-content: space-between;
    left: 0;
    padding: 48px 10px;
    background: url(../images/common/xl2.jpg) no-repeat center bottom;
}

.intro_left {
    display: flex;
    align-items: flex-start;
    width: 68%;
    overflow: hidden;
}

.intro_left1_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

.intro_left1_title {
    font-size: 25px;
    font-weight: bold;
    line-height: 33px;
    text-align: left;
}

.intro_left1 {
    width: 54%;
}

.intro_left2 {
    overflow: hidden;
    width: 40%;
    transition: all .8s ease 0s;
}

.intro_left2 img {
    width: 100%;
    transition: all .8s ease 0s;
}

.intro_left2_all {
    overflow: hidden;
}

.intro_left2:hover img {
    transition: all .8s ease 0s;
    transform: scale(1.09);
    cursor: pointer;
}

.fix_a {
    color: #484848;
    font-size: 16px;
    width: 50%;
    line-height: 32px;
    text-align: left;
    margin-bottom: 5px;
}

.fix_a :first-child {
    font-size: 18px;
    margin-right: 5px;
}

.fix_a:hover {
    color: #DF0615;
}

.intro_right {
    width: 28%;
    font-size: 16px;
    line-height: 28px;
    color: #6D6D6D;
}

.intro_right_all {
    text-align: left;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    padding: 20px 0;
}

.intro_right_title {
    font-size: 32px;
    line-height: 32px;
    color: #343434;
    font-weight: lighter;
    margin-bottom: 28px;
}

.intro_right_content {
    overflow-y: scroll;
    max-height: 100%;
}


/*底部*/

.f_top {
    display: flex;
    justify-content: space-between;
    padding: 68px 0 90px;
    width: 100%;
    background-image: url('../images/common/foot_bg.png');
}

.footer_left {
    width: 30%;
}

.search {
    display: flex;
    padding: 10px;
    margin: 19px 0;
    background: #373737;
}

.search input {
    background: transparent;
    border: none;
    padding: 0 10px;
    width: 90%;
    color: #B5B5B5;
    font-size: 16px;
}

.icon_list {
    display: flex;
    padding-bottom: 10px;
}

.icon_l_one {
    margin-left: 15px;
    width: 49px;
    height: 49px;
    background-color: #560002;
    color: white;
    text-align: center;
    border-radius: 50%;
    line-height: 49px;
    font-size: 20px;
    position: relative;
}

.icon_l_one:first-child {
    margin-left: 0;
}

.icon_l_img {
    opacity: 0;
    margin-top: 10px;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.icon_l_img img {
    max-width: 100%;
    width: 100%;
}

.footer_right {
    width: 70%;
    display: flex;
    margin-left: 152px;
}

.footer_right dd {
    font-size: 16px;
    line-height: 30px;
    /* font-weight: lighter; */
    color: #6D6D6D;
}

.footer_right dd a {
    color: #6D6D6D;
    /* font-weight: lighter; */
}

.footer_right dl {
    width: 22%;
}

.footer_right dt {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 11px;
}

.f_bottom {
    border-top: 1px solid #393939;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 30px;
    color: #858484;
    padding: 20px 20px;
    background-color: #1d1d1d;
}

.f_bottom a {
    color: #858484;
}

.dl04 {
    width: 33% !important;
}

.search_show_all {
    display: none;
    /* display: flex; */
    align-items: center;
}

.search_click {
    cursor: pointer;
    text-align: right;
}

.close_search {
    cursor: pointer;
    margin-left: 10px;
    font-size: 20px;
    width: 20px;
    text-align: right;
}

.close_search img {
    width: 16px;
}

.search_show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 385px;
    height: 48px;
    border: 1px solid #d4d4d4;
    line-height: 48px;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
    padding-right: 15px;
    background-color: #fff;
    border-radius: 34px;
}

.search_show input {
    border: none;
    width: 90%;
    height: 100%;
}


/*手机顶部*/

.head_m {
    position: fixed;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: white;
    z-index: 9;
    height: 60px;
}

.head_m_right {
    background-color: #DF0615;
    text-align: center;
    width: 60px;
    height: 100%;
    line-height: 60px;
}

.head_m_right img {
    width: 18px;
}

.p_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cr_padding {
    padding-left: 180px;
    padding-right: 260px;
}

.p_120 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.banner_all {
    margin-top: 117px;
}

.img_b {
    overflow: hidden;
}

.img_b img {
    transition: 0.5s;
}

.new_hover:hover .img_b img {
    transition: 0.5s;
    transform: scale(1.09);
}

.sl_width1 {
    padding-left: 260px;
    padding-right: 260px;
}

.sl_width2 {
    padding-left: 188px;
    padding-right: 188px;
}

.sl_width3 {
    margin-left: 260px;
    margin-right: 260px;
}

.no_2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m_img,
.pc_img {
    width: 100%;
}

.l_left {
    float: left;
}

.r_right {
    float: right;
}

.clean {
    clear: both;
}

.m_show {
    display: none;
}

.top2_list_li>a {
    /* font-weight: bold;
    color: #3a4140;
    font-size: 16px; */
    font-size: 18px;
    /* font-family: Source Han Sans CN; */
    /* font-weight: bold; */
}


/*获取报价*/

.get_bao {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.get_bao_all {
    position: relative;
}

.get_b_text {
    position: absolute;
    padding: 25px;
    width: 100%;
    top: 0;
}

.close_btn {
    display: flex;
    justify-content: flex-end;
}

.get_b_info {
    padding: 18px 0;
    width: 80%;
    margin: 0 auto;
}

.get_b_tit {
    text-align: center;
    color: white;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.get_b_info_list {
    margin-top: 25px;
}

.gb_info_one {
    margin-bottom: 14px;
    display: flex;
    background-color: white;
    border-radius: 50px;
    width: 100%;
    padding: 0 28px;
    align-items: center;
    font-size: 16px;
}

.gb_info_one input {
    padding: 15px 0;
    width: 80%;
    border: none;
    margin-left: 20px;
}

.gb_info_one span {
    width: 20%;
    display: inline-block;
}

.gb_info_text textarea {
    border: none;
    width: 100%;
    padding: 17px 0;
    height: 90%;
}

.gb_info_text {
    height: 142px;
    border-radius: 20px;
}

.sub_b {
    background-color: white;
    width: 106px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    border-radius: 60px;
}

.sub_b_all {
    display: flex;
    justify-content: flex-end;
}

.sub_b:hover img {
    transition: .5s;
    transform: rotate(360deg);
}

@keyframes move1 {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

@media(min-width:1671px) and (max-width:1850px) {
    .sl_width1 {
        padding-left: 11.3%;
        padding-right: 11.3%;
    }
    .sl_width2 {
        padding-left: 10.3%;
        padding-right: 10.3%;
    }
    .sl_width3 {
        margin-left: 11.3%;
        margin-right: 11.3%;
    }
    .cr_padding {
        padding-left: 14.3%;
        padding-right: 11.3%;
    }
    .a3_center {
        width: 47.5vw !important;
    }
}

@media(min-width:1500px) and (max-width:1670px) {
    .sl_width1 {
        padding-left: 7.3%;
        padding-right: 7.3%;
    }
    .sl_width3 {
        margin-left: 7.3%;
        margin-right: 7.3%;
    }
    .cr_padding {
        padding-left: 14.3%;
        padding-right: 7.3%;
    }
    .info-all {
        width: 75% !important;
    }
    .a3_center {
        width: 51.5vw !important;
    }
}

@media(min-width:1025px) and (max-width:1500px) {
    .sl_width1 {
        padding-left: 3%;
        padding-right: 3%;
    }
    .sl_width2 {
        padding-left: 3%;
        padding-right: 3%;
    }
    .sl_width3 {
        margin-left: 3%;
        margin-right: 3%;
    }
    .cr_padding {
        padding-left: 14%;
        padding-right: 6%;
    }
    .company_right_info {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .p_80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p_70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p_60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .info-all {
        width: 85% !important;
    }
    .a3_center {
        width: 56.5vw !important;
    }
}

@media(min-width:1024px) {
    .icon_l_one:hover {
        background-color: #DF0615;
        cursor: pointer;
    }
    .icon_l_one:hover .icon_l_img {
        opacity: 1;
    }
    .head_m {
        display: none;
    }
    .m_img,
    .m_footer {
        display: none;
    }
}

@media(max-width:1024px) {
    .pc_show {
        display: none;
    }
    .m_show {
        display: block;
    }
    .head_m_1 {
        align-items: center;
        display: flex;
        width: 100%;
        justify-content: space-between;
        max-height: 60px;
        overflow: hidden;
    }
    .head_m_1>img {
        height: 40px;
    }
    .sl_width3 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .sl_width1,
    .sl_width3,
    .sl_width5,
    .cr_padding,
    .sl_width2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .head_pc,
    .pc_footer {
        display: none;
    }
    .head_m {
        top: 0;
    }
    .m_footer {
        display: block;
    }
    .p_80 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .p_70 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .p_60 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .p_120 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .pc_img {
        display: none;
    }
    .m_img,
    .f_top {
        display: block;
    }
    .footer_right {
        width: 100%;
        margin-left: 0;
    }
    .banner_all {
        margin-top: 60px;
    }
    .head_m>img {
        height: 40px;
    }
    .dl01,
    .search,
    .icon_list {
        display: none;
    }
    .f_top {
        padding: 28px 25px;
        text-align: center;
    }
    .footer_left,
    .dl04 {
        width: 100% !important;
    }
    .footer_right dd {
        font-size: 13px;
        color: white;
        line-height: 25px;
    }
    .dl04 {
        margin-top: 20px;
    }
    .footer_right dd a {
        color: white;
    }
    .f_bottom {
        display: block;
        font-size: 12px;
        color: white;
        text-align: center;
        line-height: 20px;
    }
    .f_bottom a {
        color: white;
    }
    /*手机端顶部导航*/
    .m_nav {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: white;
        right: -100%;
        opacity: 0;
        transition: all .5s;
        z-index: 999;
    }
    .m_nav_list {
        width: 100%;
        padding: 0 15px;
        margin-top: 30px;
    }
    .m_nav_one {
        position: relative;
        display: block;
    }
    .nav_one_tit {
        padding: 13px 0;
        text-align: center;
        font-size: 17px;
        border-bottom: 1px solid #E1E1E1;
        color: #000000;
        position: relative;
    }
    .show_more {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #707070;
        font-size: 20px;
        font-weight: bold;
    }
    .no_show {
        display: none;
    }
    .list_nav {
        display: none;
        background-color: #E1E1E1;
        padding: 10px 0;
        border: 1px solid #E1E1E1;
    }
    .list_nav a {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 37px;
    }
    .list_nav a:hover,
    .active_nav_this {
        color: #DF0615;
    }
    /* .m_nav_one:last-child {
        border: none;
    } */
    /*获取报价*/
    .get_bao {
        width: 89%;
    }
    .get_b_text {
        padding: 15px;
    }
    .close_btn img {
        width: 15px;
    }
    .get_b_tit {
        font-size: 16px;
    }
    .get_b_info {
        padding: 9px 0;
        width: 92%;
    }
    .get_b_info_list {
        margin-top: 15px;
    }
    .gb_info_one {
        padding: 0 15px;
        font-size: 13px;
    }
    .gb_info_one input {
        margin-left: 10px;
        padding: 9px 0;
    }
    .gb_info_one span {
        width: 30%;
    }
    .gb_info_text {
        height: 70px;
    }
    .sub_b {
        width: 60px;
        height: 40px;
        line-height: 40px;
    }
    .sub_b img {
        width: 25px;
    }
    .about2_c_left span {
        font-size: 14px !important;
    }
    .about2_c_left strong {
        font-size: 16px !important;
    }
}